.dropfaq {
  position: absolute;
  top: 65px !important;
  z-index: 99999;
}

.navs {
  position: relative !important;
}

@media (max-width: 1100px) {
  .navsupport {
    position: absolute;
    top: 65px !important;
  }
}

.about_container .about_image_section {
  height: 300px;
  overflow: hidden;
  position: relative;
  background-image: url("../images/about_main (1).png");
 /* -o-object-fit: cover;
     object-fit: cover;*/
     background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about_container .about_image_section .about_bg {
  background-color: rgba(0, 0, 0, 0.486);
  width: 100%;
  height: 100%;
}

.about_container .about_heading {
  background-color: #1960ad;
  position: relative;
}

.about_container .about_heading::before {
  content: "";
  position: absolute;
  top: 100%;
  border-width: 30px;
  border-color: #1960ad transparent transparent;
  border-style: solid;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999999999;
}

.about_container .about_heading h1 {
  color: white;
  text-align: center;
  font-size: 25px;
  padding: 20px 0;
  position: relative;
}

.about_text_container .about_text_margin {
  margin: auto;
  width: 90%;
}

.about_text_container .about_text_margin .about_text_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_text_container .about_text_margin .about_text_flex > .flex_item:first-child {
  padding: 0 20px 0 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about_text_container .about_text_margin .about_text_flex > .flex_item:last-child {
  padding: 0 20px 0 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.about_text_container .about_text_margin .about_text_flex .flex_item {
  width: 50%;
}

.about_text_container .about_text_margin .about_text_flex .flex_item img {
  width: 100%;
  height: auto;
}

.about_text_container .about_text_margin .about_text_flex .flex_item .content {
  margin: 10px 0 0 0;
}

.about_text_container .about_text_margin .about_text_flex .flex_item .content p {
  line-height: 55px;
  font-size: 40px;
  color: #1960ad;
  font-weight: 700;
}

.about_text_container .about_text_margin h2 {
  color: #1960ad;
  font-size: 2rem;
  font-family: sans-serif !important;
  margin: 50px 0 20px 0;
}

.scope_container {
  margin: 50px 0;
}

.scope_container .scope_margin {
  width: 90%;
  margin: auto;
}

.scope_container .scope_margin .scope_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scope_container .scope_margin .scope_flex > .scope_item:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.scope_container .scope_margin .scope_flex > .scope_item:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.scope_container .scope_margin .scope_flex .scope_item {
  width: 50%;
  padding: 0 20px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.scope_container .scope_margin .scope_flex .scope_item img {
  width: 100%;
  height: auto;
}

.scope_container .scope_margin .scope_flex .scope_item .scope_advice {
  margin: 30px 0 0 0;
}

.scope_container .scope_margin .scope_flex .scope_item .scope_advice p {
  line-height: 55px;
  font-size: 40px;
  color: #1960ad;
  font-weight: 700;
}

.scope_container .scope_margin .scope_flex .scope_item .scope_list p {
  line-height: 25px;
  font-size: 15px;
  font-family: sans-serif;
  color: #e71b8d;
}

.scope_container .scope_margin .scope_flex .scope_item h2 {
  font-weight: 100;
  font-family: sans-serif;
  margin: 0 0 20px 0;
}

.about_founder {
  margin: 40px 0 50px 0;
}

.about_founder .founder_margin {
  width: 90%;
  margin: auto;
}

.about_founder .founder_margin .founder_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_founder .founder_margin .founder_flex .founder_item .img {
  width: 170px;
  height: 170px;
  overflow: hidden;
}

.about_founder .founder_margin .founder_flex .founder_item .img img {
  width: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

@media (max-width: 800px) {
  .scope_advice {
    margin: 30px 0 0 0;
  }
  .scope_advice p {
    line-height: 30px !important;
    font-size: 20px !important;
    color: #1960ad;
    font-weight: 700;
  }
  .about_text_margin h2 {
    font-size: 1.6rem !important;
    text-align: center;
  }
  .about_text_margin .about_text_flex .flex_item {
    padding: 0 !important;
  }
  .about_text_margin .about_text_flex .flex_item > .content p {
    font-size: 20px !important;
    line-height: 40px !important;
  }
}

.text_content .text_margin {
  width: 90%;
  margin: auto;
}

.text_content .text_margin .section {
  margin: 20px 0;
}

.text_content .text_margin .section p {
  line-height: 25px;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.ship a {
  padding: 8px 12px !important;
}

@media (max-width: 600px) {
  .about_text_flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .about_text_flex > .flex_item {
    width: 100% !important;
  }
  .scope_advice {
    margin: 30px 0 0 0;
  }
  .scope_advice p {
    line-height: 40px !important;
    font-size: 20px !important;
    color: #1960ad;
    font-weight: 700;
  }
  .scope_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .scope_flex > .scope_item:first-child {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .scope_flex > .scope_item:last-child {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .scope_flex > .scope_item {
    width: 100% !important;
  }
}
/*# sourceMappingURL=about.css.map */